home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / pc / data / 36 / 00033_Script_33 < prev    next >
Text File  |  1995-08-07  |  307b  |  20 lines

  1. on exitFrame
  2.   CHECKSE
  3.   if rollover(3) then 
  4.     go"SM"
  5.   else if rollover(5) then 
  6.     go"01"
  7.   else if rollover(6) then 
  8.     go"02"
  9.  
  10.   else if rollover(9) then 
  11.     go"M"
  12.   else if rollover(10) then 
  13.     go"K"
  14.   
  15.   else if rollover(18) then 
  16.     go"QUIT"
  17.   else
  18.     go"S"
  19.   end if
  20. end